.clear {
	clear: both;
	overflow: hidden;
	zoom: 1;
	float: none !important;
}
.h_top {
	width: 100%;
	background-color: #eee;
	font-size: 0;
}
.h_top .ht_left {
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 36px;
}
.h_top .ht_right {
	float: right;
	line-height: 0;
}
.h_top .ht_right>span:nth-of-type(1) {
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 36px;
}
.h_top .ht_right>span:nth-of-type(2) {
	display: inline-block;
	font-size: 14px;
	color: #f60707;
	line-height: 36px;
}

.head {
    width: 100%;
    line-height: 0;
}
.head .container {
	position: relative;
}
.headL {
    float: left;
	line-height: 0;
}
.headR {
    float: right;
	max-width: 870px;
	height: 115px;
	position: relative;
	overflow: hidden;
}
.headR>li {
    float: left;
	margin-right: 36px;
	text-align: center;
}
.headR>li:nth-last-of-type(1) {
	margin-right: 0;
}
.headR>li>a {
	display: block;
    font-size: 16px;
    color: #333;
    line-height: 115px;
}
.headR>li:hover>a ,
.headR>li.on>a {
	color: #7ba6d9;
}

.sub {
	display: none;
	width: 12.5%;
	position:absolute;
	z-index: 9;
}
.sub>li {
	width: 100%;
	text-align: center;
	background: #fff;
}
.sub>li>a {
	display: block;
	height: 50px;
	font-size: 14px;
	color: #20221f;
	line-height: 50px;
	overflow: hidden;
}
.sub>li:hover {
	display: block;
	background: #c60000;
}
.sub>li:hover>a {
	color: #fff;	
}

/* 轮播图 */
.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    zoom: 1;
}
.flexslider .slides a img {
    width: 100%;
    height: 550px;
    display: block;
}
.flexslider .slides li {
    width: 100%;
    height: 100%;
}
.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 35px;
}
.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}
.flex-direction-nav .flex-prev {
    left: 0;
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider1 { margin: 0px auto; position: relative; width: 100%; height: 300px; overflow: hidden; zoom: 1;}
.flexslider1 .slides a img { width: 100%; height: 300px; display: block; }